home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 12
/
Cream of the Crop 12 (Part II)
/
Cream of the Crop 12 (Part II).iso
/
OS2
/
VD08BIN.ZIP
/
usr
/
include
/
pm
/
funcs.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1996-02-13
|
303 b
|
16 lines
#ifndef _FUNCS_H_
#define _FUNCS_H_
#ifndef _OS2_H
#define INCL_PM
#define INCL_SPLDOSPRINT
#include <objc/os2.h>
#include <objc/Object.h>
#endif
void registerClasses (void);
id findObjectForWindow (HWND aWindow);
id loadInterfaceFile (char *name,id owner,HAB hab);
#endif